Overload | Description |
---|---|
Equals(Object) | Indicates whether this instance and a specified object are equal. |
Equals(PdfEnum<TEnum>) | Checks whether this PdfEnum<TEnum> is equal to another PdfEnum<TEnum>. |
Equals(TEnum) | Checks whether this PdfEnum<TEnum> is equal to TEnum value. |
Equals(Nullable<PdfEnum<TEnum>>,Nullable<TEnum>) | Returns true if nullable PdfEnum<TEnum> equals to nullable TEnum value. |